Action

public final class Action extends AsyncCallbackAction<R>

An action providing a response to the StartPresentationCallback.

Constructors

Link copied to clipboard
public void StartPresentationCallback.Action(Consumer<StartPresentation.Response> consumer)

Functions

Link copied to clipboard
public void cancel()
Cancels the start of the presentation.
Link copied to clipboard
public final boolean isClosed()
Returns true if this action is closed.
Link copied to clipboard
public void start(MediaReceiver receiver)
Starts the presentation on the receiver.